home *** CD-ROM | disk | FTP | other *** search
/ Colson Caster Selection Guide 3 / Colson Caster Selection Guide 3.0.iso / colsoncd.dxr / 00001Series_207_GRMTG1.PIC.ls < prev    next >
Encoding:
Text File  |  2000-01-11  |  797 b   |  30 lines

  1. on mouseUp
  2.   puppetSound("mainsnd")
  3.   put "MTG1: 3/8" & QUOTE & " x 1-9/16" & QUOTE & " long" into field "mainmounting"
  4.   puppetTransition(47, 1, 8)
  5.   set the puppet of sprite 10 to 0
  6.   if char 1 of field "Tblcaste,CA_MOD" = "1" then
  7.     if field "tblwheel,TG_OP" contains "TG2" then
  8.       if field "tblcaste,DIAMETER" = "5" then
  9.         if field "tblcaste,WHEELDES" contains "Performa" then
  10.           play frame "1optiond"
  11.           abort()
  12.         end if
  13.       else
  14.         play frame "1optionb"
  15.         abort()
  16.       end if
  17.     end if
  18.     if field "tblwheel,TG_OP" contains "TG1" then
  19.       play frame "1optionc"
  20.       abort()
  21.     end if
  22.     if field "tblcaste,BRK_OP" contains "BRK3" then
  23.       play frame "1optione"
  24.       abort()
  25.     end if
  26.     play frame "1optiona"
  27.     abort()
  28.   end if
  29. end
  30.